TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Consider SQLite

4 pointsby rrampageover 1 year ago

1 comment

orionblastarover 1 year ago
SQLite is good for small to medium databases. It sort of replaces MS-Access databases. I used to earn a lot of money in MS-Access with AccessBasic&#x2F;VBA programming and forms and reports. Now you can use any language with SQL hooks to use SQLite.<p>I remember my time as a federal contractor for the Military and they had Oracle DATABASES in SunOS and I had to export to a fixed field text file and ftp download it and import it into MS-Access or SQL Server. A lot of small databases were still in DOS using Clipper or Lotus 123 and I had to convert them to MS-Access and SQL Server. Today I suppose they can import them into SQLite databases?