Viewing profile — a8m
a8m
HN member- Joined
- Tue, Sep 27, 2016, 11:38 AM UTC
- HN karma
- 28
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About a8m
Recent public activity
-
comment
Comment #46896070
We just shipped Atlas v1.1 - The focus of this release is Database Security as Code and Declarative Data Management. You can now declare database users, roles, permissions, and man…
- story
-
comment
Comment #46895251
Ariel from Atlas here. This setup is pretty common (declarative locally, versioned in real environments). Since migrations are auto-generated (by Atlas) on PRs, most developers nev…
-
comment
Comment #45789214
Good point regarding ORMs - that was one of the main problems I wanted to tackle when we built Atlas ( https://atlasgo.io ). We added support for reading ORM definitions directly, …
-
comment
Comment #41980418
I'm glad to see I'm not the ~only one bothered by this issue. This has been, and still is, one of the challenges in managing MySQL schemas. That's one of the reasons we implemented…
- story
-
comment
Comment #37756940
Check out: https://github.com/ariga/atlas . It’s like Terraform for databases. (I'm one of the authors of this project).
-
comment
Comment #34274094
Hey! For a long time, one of the most common feature requests we've been getting from our users is the ability to manage their desired "schema state" using SQL. For this reason, we…
- story
-
comment
Comment #33858260
Hey, I am the creator of entgo.io. I'm sorry to hear that your experience with the project was not great. I try to be available on our Discord, Slack, or the issue tracker, but som…
-
comment
Comment #33402632
Just to emphasize, that OSS version of Ent models SQL tables in the traditional way (edges as foreign-keys and join-tables). i.e., the database structure is not obscure or somethin…
-
comment
Comment #33402533
Yes. The migration is built on top of Atlas: https://github.com/ariga/atlas
-
comment
Comment #33276507
Happy to share with you the new version of Atlas, the terraform for databases and a migration engine. There are many great features in this release, but one of the biggest features…
- story
-
comment
Comment #32829217
Hey! Would love to share with you the latest release of Atlas - the migration engine we are working on. Currently, this tool provides a variety of capabilities for versioned migrat…
- story
- story
- story
- story
-
comment
Comment #30044732
Views are going to be supported in the SQL-DDL version (see my comments below). I don't have any info about stored-procedures/triggers/events atm.
-
comment
Comment #30044650
I agree with that as well. The idea is to create an infrastructure for SQL parsers. Base parser will hold all standard structure and dialects can register custom clauses/statements…
-
comment
Comment #30044310
Thanks for the feedback. I'm one of the atlas's creator. At the moment, you can define schemas using Go (with a fluent API) or with HCL. The reason we decided to use HCL is because…
-
comment
Comment #30044211
Hey, I'm one of the atlas's creator. Thanks for the feedback. I'm actually familiar with all the things you mentioned here (I worked at FB too ;)), and some of them are the reasons…
-
comment
Comment #29794048
Thanks for the blog-post Bodo! It's really pleasant to read.