This version has been a long time coming and it’s finally online! Welcome to Airsequel v0.6!
I’m posting this here, because our goal is to become the easiest to use backend for Elm apps.
Check out the tutorial: How to build a todo app with Airsequel and Elm !
(Also, our complete frontend is written in Elm.)
Our main goal with this release is to enable professional usage of our hosted version of Airsequel at airsequel.com. Until now every database was standalone and public (unlisted). Now we have:
- Full fledged user and team management
- Teams own databases
- Databases are either private or public (unlisted)
- Existing public databases can be assigned to teams
- Check out the documentation for more details
- Teams own databases
-
New paid Pro plan with less restrictions than the free plan. Check out the detailed feature comparison at airsequel.com/pricing.
-
API access tokens for fine grained control on how a database can be accessed via its API
Other notable improvements are:
- Option to create databases from an AI prompt
- Dedicated read-only endpoint to duplicate databases at
/readonly/<readonly-id>/duplicate
- Description field for databases and tables
- GraphQL
- Add support for comparison operators
like
andilike
- Support filters over several columns in mutations and queries
- Support
limit
andoffset
arguments to only show a subset of the result rows - Support
order_by
argument in queries - Results are no longer reversed
- Add support for comparison operators
For the full list of all changes check out our changelog.
We also have a blog at blog.airsequel.com now. Our latest article about Exciting SQLite Improvements Since 2020 was well received on Hacker News.
All those improvements also are available on our Enterprise Edition. You can request an Enterprise trial instance at airsequel.com/trial.
Last but not least: I hope a few of you might also consider buying a subscription even though you currently don’t have strong incentives to do so. There are not many companies left trying to build a sustainable business powered by Elm and we would be very grateful for any help we can get! We’re also planing to open source parts of our code like the core SQLite to GraphQL engine, and the Elm table component. Any financial support would really help here!
Can’t wait to hear your feedback!