awesome-db-tools
Everything that makes working with databases easier (by mgramin)
sqledge
Replicate postgres to SQLite on the edge (by zknill)
| awesome-db-tools | sqledge | |
|---|---|---|
| 19 | 4 | |
| 4,906 | 1,030 | |
| 1.8% | 0.2% | |
| 5.0 | 3.8 | |
| 6 days ago | over 1 year ago | |
| Go | ||
| Creative Commons Zero v1.0 Universal | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
awesome-db-tools
Posts with mentions or reviews of awesome-db-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-05-03.
- Why uber ditched postgres for mysql: What every developer can learn from it
Awesome Database Tools An ongoing GitHub list of cool tools for DB monitoring, analysis, backup, and migration.
- SQLedge: Replicate Postgres to SQLite on the Edge
- What are your favourite books and maybe online courses on databases?
- Looking For Personal Database
Check IDE and GUI sections of https://github.com/mgramin/awesome-db-tools, some of them should be able to work with SQLite. My use case is different from yours (I'm developer and have no need for manual data entry) so I'm not sure what's best for you, try them yourself.
- Is there a good alternative for the tool DataQuant (IBM)?
Looking forward to my special db tools list https://github.com/mgramin/awesome-db-tools especially IDE and GUI sections
- Learning Resources and Puzzles for SQL
I have been starting to gathering learning resources and puzzles for SQL. Feel free to add new ones https://github.com/mgramin/awesome-db-tools#learning
- Learning resources and puzzles for SQL. Feel free to add new
- Lazy beginner MySQL dev wants opinions
I think sharing database access across Internet is quite dangerous decision because of security. Instead of LAMP (or something like that) you might to use special tools or platforms for building/generating API or even a whole application over your DB https://github.com/mgramin/awesome-db-tools (API and "Application platforms" sections)
- Can I master beginners level SQL in a week?
I have an idea to create special section for SQL learning resources and SQL puzzles in my database tools list https://github.com/mgramin/awesome-db-tools/issues/336 because I see similar questions everyday. Lets do it together! 😉
- SSMS alternative for Mac?
Take a look at awesome-db-tools list, especially IDE section https://github.com/mgramin/awesome-db-tools
sqledge
Posts with mentions or reviews of sqledge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-09.
- SQLedge: Replicate Postgres to SQLite on the Edge
It's nice to see another pg proxy using the pgx parser (their src[1]) - I built one using this lib too. However, this implementation is missing a lot of low level features to be considered close to compatible, including: multi-query transactions, auth, TLS, extended query mode, query cancellation.
[1]: https://github.com/zknill/sqledge/blob/main/pkg/pgwire/postg...
- SQLedge: Postgres Replication to SQLite
What are some alternatives?
When comparing awesome-db-tools and sqledge you can also consider the following projects:
pev2 - Postgres Explain Visualizer 2
ctlstore - Control Data Store
Replibyte - Seed your development database with real data ⚡️
dolt - Dolt – Git for Data
awesome-dbdev - Awesome materials about database development.
marmot - A distributed SQLite replicator built on top of NATS