All Projects → justinwoo → purescript-node-sqlite3

justinwoo / purescript-node-sqlite3

Licence: MIT license
Basic Purescript wrapper for node-sqlite3

Programming Languages

purescript
368 projects
javascript
184084 projects - #8 most used programming language
Nix
1067 projects
shell
77523 projects

Projects that are alternatives of or similar to purescript-node-sqlite3

dreamy-db
🔥 Dreamy-db - A Powerful database for storing, accessing, and managing multiple database.
Stars: ✭ 25 (+92.31%)
Mutual labels:  sqlite3
sqlite-spellfix
Loadable spellfix1 extension for sqlite as python package
Stars: ✭ 13 (+0%)
Mutual labels:  sqlite3
crystal-sqlite3
SQLite3 bindings for Crystal
Stars: ✭ 118 (+807.69%)
Mutual labels:  sqlite3
sqlite-gui
Lightweight SQLite editor for Windows
Stars: ✭ 151 (+1061.54%)
Mutual labels:  sqlite3
Online-News-Portal-with-Django
Daily News For You is an online news portal developed by Django and SQLite
Stars: ✭ 45 (+246.15%)
Mutual labels:  sqlite3
go-sqlite
Low-level Go interface to SQLite 3
Stars: ✭ 268 (+1961.54%)
Mutual labels:  sqlite3
Malicious-Urlv5
A multi-layered and multi-tiered Machine Learning security solution, it supports always on detection system, Django REST framework used, equipped with a web-browser extension that uses a REST API call.
Stars: ✭ 35 (+169.23%)
Mutual labels:  sqlite3
versatile-data-kit
Versatile Data Kit (VDK) is an open source framework that enables anybody with basic SQL or Python knowledge to create their own data pipelines.
Stars: ✭ 144 (+1007.69%)
Mutual labels:  sqlite3
plant erd
ERD exporter with PlantUML and mermaid format
Stars: ✭ 126 (+869.23%)
Mutual labels:  sqlite3
docker-sqlite3
Sqlite3 command line in a docker container
Stars: ✭ 28 (+115.38%)
Mutual labels:  sqlite3
exqlite
An SQLite3 driver for Elixir
Stars: ✭ 128 (+884.62%)
Mutual labels:  sqlite3
Mathurat
A text-based Mathurat library
Stars: ✭ 14 (+7.69%)
Mutual labels:  sqlite3
nim-gatabase
Connection-Pooling Compile-Time ORM for Nim
Stars: ✭ 103 (+692.31%)
Mutual labels:  sqlite3
Proffy
👥 Plataforma de estudos online, onde é possível conectar alunos com professores. Este é um projeto que foi desenvolvido durante a Next Level Week #2 da @Rocketseat, durante os dias 3 à 7 de agosto de 2020.
Stars: ✭ 12 (-7.69%)
Mutual labels:  sqlite3
five-minute-midas
Predicting Profitable Day Trading Positions using Decision Tree Classifiers. scikit-learn | Flask | SQLite3 | pandas | MLflow | Heroku | Streamlit
Stars: ✭ 41 (+215.38%)
Mutual labels:  sqlite3
turkiye-il-ilce-sokak-mahalle-veri-tabani
https://adres.nvi.gov.tr/ adresinde yer alan tüm İl - İlçe - Mahalle / Köy / Mezra / Mevki - CSBM bilgilerini içeren veri tabanları (PostgreSQL, MariaDB / MySQL, MongoDB, Sqlite ve Redis)
Stars: ✭ 71 (+446.15%)
Mutual labels:  sqlite3
LoginToASqlite3DatabaseWithoutCredentialsWithAdminer
✔️ An Adminer plugin to use SQLite databases without credentials (no username and no password)
Stars: ✭ 30 (+130.77%)
Mutual labels:  sqlite3
imessage-chatbot
💬 Recurrent neural network -- generates messages in your style of speech! Trained on imessage data. Sqlite3, TensorFlow, Flask, Twilio SMS, AWS.
Stars: ✭ 33 (+153.85%)
Mutual labels:  sqlite3
electron-vue3-inote
使用electron11+vue3.x+ts的桌面端便笺项目,拥有漂亮的过渡动画效果,以富文本形式储存在本地,可多开输入窗口。(The desktop note project using electron11+vue3.x+ts has beautiful transition animation effects, stored locally in the form of rich text, and can open more input windows.)
Stars: ✭ 168 (+1192.31%)
Mutual labels:  sqlite3
network performance monitor
Network Performance Monitor - a portable tool for troubleshooting performance issues with home networks
Stars: ✭ 74 (+469.23%)
Mutual labels:  sqlite3

purescript-node-sqlite3 Build Status

Really basic wrapper for node-sqlite3

Of course, this is nowhere near done, so please suggest improvements and additions!

Installation

bower i -S purescript-node-sqlite3 && npm i -S sqlite3

Usage

See the tests!

launchAff do
  conn <- newDB "./data"

  exists <- (\rows -> 1 == length rows) <$> queryDB conn "SELECT 1 from foods where name = ?" ["gulerodskage-med-flødest"]
  log $ "do we have this?: " <> (show exists)

  closeDB conn

Other libraries

In addition to this base library, you might also consider one of these libraries to give you some additional modeling and type safety capabilities:

https://github.com/Dretch/purescript-querydsl

https://github.com/justinwoo/purescript-jajanmen

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].