Any good tool (free) for DB Schema?
-
Is there any known tool for creating a schema (database diagram) (ER) back from the SQLite DB by itself? (Want to avoid creating DB schema from scratch and I already have the database with me) Think SchemaSky is one of it but that needs a lot of work to setup.
For your read/comments: Beginner’s Guide to understand Kafka Beginners Quick Start to Learn React.js
-
Is there any known tool for creating a schema (database diagram) (ER) back from the SQLite DB by itself? (Want to avoid creating DB schema from scratch and I already have the database with me) Think SchemaSky is one of it but that needs a lot of work to setup.
For your read/comments: Beginner’s Guide to understand Kafka Beginners Quick Start to Learn React.js
-
If you mean just to print the CREATE statements, then you can use the sqlite3 command line program.
Not the statements. That was easy. I am talking of
Database diagram
. Sorry for confusion.For your read/comments: Beginner’s Guide to understand Kafka Beginners Quick Start to Learn React.js
-
Not the statements. That was easy. I am talking of
Database diagram
. Sorry for confusion.For your read/comments: Beginner’s Guide to understand Kafka Beginners Quick Start to Learn React.js
I have ever only used Oracle Sql developer Data Modeler, which is free a even pretty good, but I think it only supports Oracle, Sql Server and DB2 properly. But take a look here for data modeling tools[^]. And here for database diagram tools[^] for SQLite. I would expect quite some overlap between them. Also, please report back if you find any of them useful. SQLite is quite interesting after all.
Wrong is evil and must be defeated. - Jeff Ello Never stop dreaming - Freddie Kruger
-
I have ever only used Oracle Sql developer Data Modeler, which is free a even pretty good, but I think it only supports Oracle, Sql Server and DB2 properly. But take a look here for data modeling tools[^]. And here for database diagram tools[^] for SQLite. I would expect quite some overlap between them. Also, please report back if you find any of them useful. SQLite is quite interesting after all.
Wrong is evil and must be defeated. - Jeff Ello Never stop dreaming - Freddie Kruger
Sure, will have a look and report back in case I find anything interesting. Thanks man! :thumbsup:
For your read/comments: Beginner’s Guide to understand Kafka Beginners Quick Start to Learn React.js