Skip to content

Commit 55bbef6

Browse files
authored
Update README.md
1 parent 00c6d6e commit 55bbef6

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -377,14 +377,15 @@ ORDER BY rank;
377377
## Upcoming Features
378378
Otter is a young project and there are a lot of new features and functionality I want to add.
379379
Below are some idea that I would love input on!
380-
* Support for multiple statements in a single query
381-
* Kotlin library/generation
382-
* Generating Kotlin would allow SQLite based apps to basically share their model/data layer
383-
* User defined functions
384-
* SQLite supports custom functions which are a great way to share common logic amongst queries
385-
* Queries with multiple statements
386-
* Would allow for easier loading of more complex models that have many joins
387-
* Want to allow other queries to be called from within the body to help centrize logic.
380+
- Support for multiple statements in a single query
381+
- Kotlin library/generation
382+
- Generating Kotlin would allow SQLite based apps to basically share their model/data layer
383+
- User defined functions
384+
- SQLite supports custom functions which are a great way to share common logic amongst queries
385+
- Queries with multiple statements
386+
- Would allow for easier loading of more complex models that have many joins
387+
- Want to allow other queries to be called from within the body to help centrize logic.
388+
- Postgres support for server side swift ❤️
388389

389390
## Contributions
390391
Contributions are welcome and encouraged! Feel free to make a PR or open an issue. If the change is large please open an issue first to make sure the change is desired.

0 commit comments

Comments
 (0)