ff00ff
Creating great products.
Funding Links: https://github.com/sponsors/Ff00ff
- Name: Ff00ff
- Location: Amsterdam
- Kind: organization
- Followers: 1
- Following: 0
- Total stars: 517
- Repositories count: 4
- Created at: 2022-11-11T16:25:35.527Z
- Updated at: 2025-05-01T03:13:15.663Z
- Last synced at: 2025-05-01T03:13:15.662Z
GitHub Sponsors Profile
Ff00ff is the main contributor to the Mammoth query builder and its related projects such as the CLI and the documentation. Mammoth aims to be a Postgres query builder sticking as close to SQL as possible. This makes it easy for developers to start using Mammoth without having to learn yet another abstraction. Mammoth's type-safety means you can avoid a whole class of errors.
Towards complete SQL support
Mammoth's aim is to support all of the Postgres query language and this simply means a lot of work! There are some areas which aren't completely covered yet like window functions, the data definition language, and popular extensions such as postgis.
More type safety
While Mammoth starts to support a lot of the language, some type-safety can be improved with new ideas and constructs. For example, we're currently working on a new idea to get a simple SELECT * FROM foo completely type safe. This seemingly simple case is actually quite complex when considering joins as well. Also, eventually, if your queries build according to Mammoth, you can be sure they are syntactically correct.
Improve developer experience
We also want to offer the best developer experience when working with TypeScript and Postgres. This means we need to continue our work on the CLI and find ways on how to manage your schema.
Finding new contributors
Contributors are key to Mammoth's future success and while the number of contributors is slowly increasing we will continue to focus on this area. For example, we always try to have a few issues ready for newcomers to pick up.
- Current Sponsors: 0
- Past Sponsors: 0
- Total Sponsors: 0
- Minimum Sponsorship: $10.00
Featured Works
Ff00ff/mammoth
A type-safe Postgres query builder for TypeScript.
Language: TypeScript - Stars: 491