Skip to content Skip to sidebar Skip to footer
Showing posts with the label SQLite

Naming standards for SQLite

Naming Conventions for SQLite      Each database, table, column, index, trigger, or view has a name… Read more Naming standards for SQLite

SQLite first setup

SQLite is not directly comparable to client/server SQL database engines such as MySQL, Oracle, P… Read more SQLite first setup