Skip to content

vanillaspa/sqlite-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started

To install the sqlite-database into your project, simply run

npm install @vanillaspa/sqlite-database

How-To

Now integrate the sqlite datebase into your app:

<script type="module">
  import * as sqlite from '@vanillaspa/sqlite-database';
  window.sqlite = sqlite;
</script>

This is only a recommendation. You can use it however you like. With the sqlite object attached to the window object, you have access to the sqlite-database in your WebComponents.

About

A serverless SQLite database inside your browser (OPFS)

Resources

License

Stars

Watchers

Forks

Contributors