fix: Correct the AUTOINCREMENT statement and PRIMARY KEY place in declaration
Some checks failed
Build project / SonarQube Trigger (push) Has been cancelled
Build project / quality-and-build (push) Has been cancelled

This commit is contained in:
Namu
2026-06-16 21:19:11 +02:00
parent e77d8e672d
commit f922ca16f9
6 changed files with 42 additions and 15 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "db_builder"
version = "0.0.1"
version = "0.0.2"
edition = "2024"
description = "This crate enables you to have a lib that create a sqlite database from a json file schema"
license = "MIT"