northwind-SQLite3
Business database
Re-implementation of a sample business database schema in SQLite3 for educational purposes.
SQLite3 version of Microsoft's Northwind Database
468 stars
18 watching
199 forks
Language: Python
last commit: 12 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
newsoft/sqlite3-dbx | A SQLite-based database with encryption support | 22 |
simonw/sqlite-utils | A Python utility and library for manipulating SQLite databases. | 1,671 |
iwongu/sqlite3pp | A C++ wrapper around the SQLite3 API to simplify its use in C++ applications. | 606 |
nektro/zig-sqlite3 | A Zig wrapper around the SQLite 3.38.0 C library, providing a convenient interface for working with databases. | 2 |
rmartinjak/mex-sqlite3 | An extension that enables MATLAB or GNU/octave to interact with SQLite databases. | 5 |
pharo-rdbms/pharo-sqlite3 | A Smalltalk binding for the popular SQLite3 database engine. | 22 |
dawidwetzler/nuxt3-capacitor-sqlite-kysely-example | An Nuxt 3 application demonstrating the integration of SQLite and Kysely for local storage | 2 |
dativebase/old | Software for creating collaborative databases of language data | 1 |
nickjj/flask-db | A CLI extension for managing and migrating databases with Alembic | 76 |
datawan-labs/pg | A client-side PostgreSQL app with a query playground and ERD schema generator for learning and development purposes | 349 |
sparklemotion/sqlite3-ruby | A Ruby interface to a popular, lightweight, and extensible embedded database engine | 772 |
jbreeden/mruby-sqlite | Provides Ruby language bindings to the SQLite3 C API | 4 |
nerdyc/squeal | Provides a straightforward interface to access and manipulate SQLite databases in Swift. | 297 |
temporal/cl-sqlite | Provides a Common Lisp interface to the SQLite relational database management system. | 72 |
dridk/sqlite2duckdb | Converts one type of relational database to another with high reading efficiency. | 9 |