You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -377,14 +377,15 @@ ORDER BY rank;
377
377
## Upcoming Features
378
378
Otter is a young project and there are a lot of new features and functionality I want to add.
379
379
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 ❤️
388
389
389
390
## Contributions
390
391
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