For full text search please use the '?' prefix. e.g. ? Onboarding

SQLite

Learning

  • https://www.sqlite.org/quickstart.html
  • https://www.sqlitetutorial.net/
  • https://www.oreilly.com/library/view/using-sqlite/9781449394592/
  • https://www.tutorialspoint.com/sqlite/index.htm
  • https://www.w3resource.com/sqlite/
  • https://www.datacamp.com/community/tutorials/beginners-guide-to-sqlite
  • https://www.guru99.com/sqlite-tutorial.html

Providers

  • https://docs.microsoft.com/en-us/dotnet/standard/data/sqlite/
  • https://system.data.sqlite.org/index.html/doc/trunk/www/index.wiki
  • https://www.mono-project.com/docs/database-access/providers/sqlite/
  • https://github.com/praeclarum/sqlite-net

References

  • https://en.wikipedia.org/wiki/SQLite
  • https://sqlite.org/index.html
  • https://sqlite.org/fts5.html
  • https://sqlite.org/lockingv3.html
  • GitHub Mirror
  • https://www.sciencedirect.com/topics/computer-science/sqlite-database
  • https://thenewstack.io/the-origin-story-of-sqlite-the-worlds-most-widely-used-database-software/
  • https://towardsdatascience.com/sqlite-vs-tinydb-7d6a6a42cb97

Tools

  • https://sqliteonline.com/
  • [https://sqlitebrowser.org/](DB Browser for SQLite): A high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.
  • https://sqlitestudio.pl/
  • https://marketplace.visualstudio.com/items?itemName=alexcvzz.vscode-sqlite
Learning
Providers
References
Tools